home *** CD-ROM | disk | FTP | other *** search
- DB(Level%, 1).Code = 1
- DB(Level%, 1).Y = 0
- DB(Level%, 1).X = 0
- DB(Level%, 1).Height = 16
- DB(Level%, 1).Wdth = 65
- DB(Level%, 1).BorderType = 1
- DB(Level%, 1).PrimaryColor = -c1
- DB(Level%, 1).WindowColor = -c1
- DB(Level%, 1).Text = "Introductory Remarks"
- DB(Level%, 1).TextColor = c2
- DB(Level%, 1).SecondaryColor = c1
- DB(Level%, 1).NumberOne = 25
-
- LB(1).Text = "Dialog Software's dialog boxes fully support both the"
- LB(2).Text = "keyboard and mouse. You may press the <Tab> key to move"
- LB(3).Text = "from one item to another. The <Enter> key will allow you"
- LB(4).Text = "go to the next screen, while <Esc> will end this demo."
- LB(5).Text = " "
- LB(6).Text = "~NOTE: "
- LB(7).Text = "When a scroll bar is present to the right (such as now)"
- LB(8).Text = "the implication is that there is more text. Please use"
- LB(9).Text = "the down arrow *repeatedly* or <PgDn> once to see more"
- LB(10).Text = "text before moving on..."
- LB(11).Text = "~ (Fantastic - you made it!)"
- LB(12).Text = " "
- LB(13).Text = "Throughout this demo, more text may be available by"
- LB(14).Text = "scrolling down. A scroll bar to the right will indicate"
- LB(15).Text = "this."
- LB(16).Text = " "
- LB(17).Text = "Now press <Enter> to see the next screen, or press <TAB>"
- LB(18).Text = "to access the OK button and press the <Space> key. You"
- LB(19).Text = "may also press <Alt>O. If you have a mouse simply click"
- LB(20).Text = "on the <OK> command button."
-
- DB(Level%, 2).Code = 3
- DB(Level%, 2).Y = 2
- DB(Level%, 2).X = 2
- DB(Level%, 2).Height = 10
- DB(Level%, 2).Wdth = 1
- DB(Level%, 2).WindowColor = c1
- DB(Level%, 2).PrimaryColor = c1
- DB(Level%, 2).SecondaryColor = c2
- DB(Level%, 2).SelectedColor = -1
- DB(Level%, 2).StarColor = c1
- DB(Level%, 2).ItemLength = 60
- DB(Level%, 2).KeyColor = 0
- DB(Level%, 2).BorderType = 2
- DB(Level%, 2).Link = 0
- DB(Level%, 2).TextY = 0
- DB(Level%, 2).TextX = 0
- DB(Level%, 2).TextColor = c1
- DB(Level%, 2).NumberOne = 1
- DB(Level%, 2).NumberTwo = 20
- DB(Level%, 2).Default = 0
-
- DB(Level%, 3).Code = 7
- DB(Level%, 3).Y = 15
- DB(Level%, 3).X = 30
- DB(Level%, 3).Text = "~OK"
- DB(Level%, 3).PrimaryColor = c1
- DB(Level%, 3).WindowColor = c1
- DB(Level%, 3).SelectedColor = c3
- DB(Level%, 3).KeyColor = c4
- DB(Level%, 3).SecondaryColor = c4
- DB(Level%, 3).TextString = CHR$(13)
-
- DB(Level%, 4).Code = 0
-
-